home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Terminal 2.2 / Project / Sources / CancelDialog.h < prev    next >
Text File  |  1992-01-17  |  402b  |  16 lines

  1. /*
  2.     Terminal 2.2
  3.     "CancelDialog.h"
  4. */
  5.  
  6. Boolean CheckCancel (void);
  7. void DrawCancelDialog (short, Byte *);
  8. void DrawProgressDialog (short, Byte *);
  9. void InfoProgress (Byte *);
  10. void NameProgress (Byte *);
  11. void RemoveCancelDialog (void);
  12. Byte *SecondsToString (long, Byte *);
  13. void SelectCancelDialog (void);
  14. void Statistics (long, long, short);
  15. void UpdateProgress (long, long, long, long, long, Byte *);
  16.